github.com/jackc/pgx/v5.dbSimulatedNestedTx.tx (field)

9 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L176: 	return &dbSimulatedNestedTx{tx: tx, savepointNum: tx.savepointNum}, nil
		tx.go#L289: 	tx           Tx
		tx.go#L300: 	return sp.tx.Begin(ctx)
		tx.go#L333: 	return sp.tx.Exec(ctx, sql, arguments...)
		tx.go#L342: 	return sp.tx.Prepare(ctx, name, sql)
		tx.go#L353: 	return sp.tx.Query(ctx, sql, args...)
		tx.go#L368: 	return sp.tx.CopyFrom(ctx, tableName, columnNames, rowSrc)
		tx.go#L377: 	return sp.tx.SendBatch(ctx, b)
		tx.go#L385: 	return sp.tx.Conn()